home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Graphics Programming (2nd Edition) / Visual Basic Graphics Programming 2nd Edition.iso / Src / Ch1 / Shapes.frm (.txt) < prev    next >
Visual Basic Form  |  1999-03-19  |  4KB  |  137 lines

  1. VERSION 5.00
  2. Begin VB.Form frmShapes 
  3.    Caption         =   "Shapes"
  4.    ClientHeight    =   3270
  5.    ClientLeft      =   60
  6.    ClientTop       =   345
  7.    ClientWidth     =   4545
  8.    LinkTopic       =   "Form1"
  9.    ScaleHeight     =   3270
  10.    ScaleWidth      =   4545
  11.    StartUpPosition =   3  'Windows Default
  12.    Begin VB.Shape shpShape 
  13.       BackStyle       =   1  'Opaque
  14.       FillColor       =   &H00FFFFFF&
  15.       Height          =   735
  16.       Index           =   1
  17.       Left            =   3000
  18.       Shape           =   1  'Square
  19.       Top             =   240
  20.       Width           =   735
  21.    End
  22.    Begin VB.Shape shpShape 
  23.       BackStyle       =   1  'Opaque
  24.       FillColor       =   &H00FFFFFF&
  25.       Height          =   615
  26.       Index           =   0
  27.       Left            =   480
  28.       Top             =   240
  29.       Width           =   1335
  30.    End
  31.    Begin VB.Shape shpShape 
  32.       BackStyle       =   1  'Opaque
  33.       FillColor       =   &H00FFFFFF&
  34.       Height          =   735
  35.       Index           =   5
  36.       Left            =   3000
  37.       Shape           =   5  'Rounded Square
  38.       Top             =   2520
  39.       Width           =   735
  40.    End
  41.    Begin VB.Shape shpShape 
  42.       BackStyle       =   1  'Opaque
  43.       FillColor       =   &H00FFFFFF&
  44.       Height          =   615
  45.       Index           =   4
  46.       Left            =   480
  47.       Shape           =   4  'Rounded Rectangle
  48.       Top             =   2520
  49.       Width           =   1335
  50.    End
  51.    Begin VB.Shape shpShape 
  52.       BackStyle       =   1  'Opaque
  53.       FillColor       =   &H00FFFFFF&
  54.       Height          =   735
  55.       Index           =   3
  56.       Left            =   3000
  57.       Shape           =   3  'Circle
  58.       Top             =   1440
  59.       Width           =   735
  60.    End
  61.    Begin VB.Shape shpShape 
  62.       BackStyle       =   1  'Opaque
  63.       FillColor       =   &H00FFFFFF&
  64.       Height          =   495
  65.       Index           =   2
  66.       Left            =   480
  67.       Shape           =   2  'Oval
  68.       Top             =   1440
  69.       Width           =   1335
  70.    End
  71.    Begin VB.Label lblShape 
  72.       Alignment       =   2  'Center
  73.       Caption         =   "vbShapeRoundedSquare"
  74.       Height          =   255
  75.       Index           =   5
  76.       Left            =   2280
  77.       TabIndex        =   5
  78.       Top             =   2280
  79.       Width           =   2175
  80.    End
  81.    Begin VB.Label lblShape 
  82.       Alignment       =   2  'Center
  83.       Caption         =   "vbShapeRoundedRectangle"
  84.       Height          =   255
  85.       Index           =   4
  86.       Left            =   0
  87.       TabIndex        =   4
  88.       Top             =   2280
  89.       Width           =   2175
  90.    End
  91.    Begin VB.Label lblShape 
  92.       Alignment       =   2  'Center
  93.       Caption         =   "vbShapeCircle"
  94.       Height          =   255
  95.       Index           =   3
  96.       Left            =   2280
  97.       TabIndex        =   3
  98.       Top             =   1200
  99.       Width           =   2175
  100.    End
  101.    Begin VB.Label lblShape 
  102.       Alignment       =   2  'Center
  103.       Caption         =   "vbShapeOval"
  104.       Height          =   255
  105.       Index           =   2
  106.       Left            =   0
  107.       TabIndex        =   2
  108.       Top             =   1200
  109.       Width           =   2175
  110.    End
  111.    Begin VB.Label lblShape 
  112.       Alignment       =   2  'Center
  113.       Caption         =   "vbShapeSquare"
  114.       Height          =   255
  115.       Index           =   1
  116.       Left            =   2280
  117.       TabIndex        =   1
  118.       Top             =   0
  119.       Width           =   2175
  120.    End
  121.    Begin VB.Label lblShape 
  122.       Alignment       =   2  'Center
  123.       Caption         =   "vbShapeRectangle"
  124.       Height          =   255
  125.       Index           =   0
  126.       Left            =   0
  127.       TabIndex        =   0
  128.       Top             =   0
  129.       Width           =   2175
  130.    End
  131. Attribute VB_Name = "frmShapes"
  132. Attribute VB_GlobalNameSpace = False
  133. Attribute VB_Creatable = False
  134. Attribute VB_PredeclaredId = True
  135. Attribute VB_Exposed = False
  136. Option Explicit
  137.